[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 RESETDISP

 Function
  Reset the display to allow more information after a user abort.

 Syntax
  RESETDISP   No arguments are required

 Remarks
  PCBoard normally automatically counts lines and, if enabled, pauses the
  display after every screenful.  The user may (unless disabled) abort the
  display at any MORE? prompt or with the K/X keys.  If this happens no
  further information will be displayed until you use RESETDISP.  You can
  check to see if RESETDISP is necessary (ie, has the user aborted the
  display) with the ABORT() function.

 Examples
  INTEGER I
  STARTDISP FCL
  ' While the user has not aborted, continue
  WHILE (!ABORT()) DO
   PRINTLN "I is equal to ",I
   INC I
  ENDWHILE
  RESETDISP

See Also: ABORT() STARTDISP
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson